home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / NinjaKid.swf / scripts / DefineSprite_340_block42 / frame_1 / PlaceObject2_309_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-02-29  |  226b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.mc_c1.hitTest(this))
  3.    {
  4.       if(_root.nFlag_FastRun == true)
  5.       {
  6.          _root.mc_c1._x -= 20;
  7.       }
  8.       else
  9.       {
  10.          _root.mc_c1._x -= 10;
  11.       }
  12.    }
  13. }
  14.